Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Existing subsets hints in creator #1502

Merged
merged 1 commit into from
May 12, 2021
Merged

Conversation

iLLiCiTiT
Copy link
Member

@iLLiCiTiT iLLiCiTiT commented May 11, 2021

Issue

Subset hints in Creator tool dropdown do not find out other possible user inputs if user intup has different letter case than concatenated subset name. That is because user input is replaced in concatenated subset name to get possible regex to find other possible user inputs.

user_input = "anim"
subset_name = "renderCompositingAnim"
expected_regex = "renderCompositing(.+)"
real_regex = "renderCompositingAnim"

Changes

  • replacement of user input in concatenated subset name is not case sensitive
Related Prs
avalon-core ynput/avalon-core#333
Pype 2 PRs
OpenPype #1503
avalon-core ynput/avalon-core#334

@mkolar mkolar added this to the 2.18.0 milestone May 12, 2021
@mkolar mkolar merged commit 745d973 into 2.x/develop May 12, 2021
@mkolar mkolar deleted the bugfix/existing_subsets_hints branch May 12, 2021 14:32
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants